hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
HipRendererConfig
hip
hiprenderer
config
Undocumented in source.
struct
HipRendererConfig {
ubyte
multisamplingLevel
;
ubyte
bufferingCount
;
bool
isMatrixRowMajor
;
bool
fullscreen
;
bool
vsync
;
void
logConfiguration
();
}
Members
Functions
logConfiguration
void
logConfiguration
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bufferingCount
ubyte
bufferingCount
;
Single/Double/Triple buffering
fullscreen
bool
fullscreen
;
Undocumented in source.
isMatrixRowMajor
bool
isMatrixRowMajor
;
Undocumented in source.
multisamplingLevel
ubyte
multisamplingLevel
;
Use level 0 for pixel art games
vsync
bool
vsync
;
Undocumented in source.
Meta
Source
See Implementation
hip
hiprenderer
config
manifest constants
UseGLES
structs
HipRendererConfig